home *** CD-ROM | disk | FTP | other *** search
- Path: twain.oit.umass.edu!ksnella
- From: ksnella@twain.oit.umass.edu (Kenneth A Snella)
- Newsgroups: comp.lang.c
- Subject: Passing Parameters on Exit?
- Date: 6 Feb 1996 01:05:57 GMT
- Organization: University of Massachusetts, Amherst
- Message-ID: <4f69hl$sp2@nic.umass.edu>
- NNTP-Posting-Host: twain.oit.umass.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- Is there any way to pass parameters out of a C program? I'm trying to
- build a system that exits a C program and executes other programs (not
- always C ones), but need to pass a couple of important items to the batch
- file. Some mailers and BBS's seem to be able to do this, is there a
- way? It seems as though a call to the Borland C++ 3.1 function system()
- would be able to SET an environment parameter, but it doesn't seem to
- work. Any suggestions?
-
-